4D Chart v13CT ON ERROR |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Chart v13
CT ON ERROR
CT ON ERROR
The CT ON ERROR command installs method as the method for managing 4D Chart errors. After the installation of the error handling method, 4D Chart calls method when a 4D Chart error occurs. If method is an empty string, no method is called and error handling returns to 4D Chart. When 4D Chart calls method, it returns three parameters ($1, $2, and $3) that can be used to manage the error.
If you plan to compile your database, you should declare these paramer types as follows: This example shows the installation of an error-handling method. CT ON ERROR("CHART ERROR") The following method is CHART ERROR. This method tests $1 to determine whether an error occurred in area and then presents an alert box with the error number and message. |
PROPERTIES
Product: 4D Chart
INDEX HISTORY
Created: SEE ALSO |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||